home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
gardenin.swf
/
scripts
/
DefineButton2_412
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
194 b
|
11 lines
on(release){
if(_parent.mc._currentframe == 3)
{
if(_parent.mc.tool_mc._currentframe == 2)
{
this.play();
_parent.mc.gotoAndStop(1);
}
}
}